func runtime.asanread
16 uses
runtime (current package)
asan0.go#L20: func asanread(addr unsafe.Pointer, sz uintptr) { throw("asan") }
cgo_sigaction.go#L90: asanread(unsafe.Pointer(old), unsafe.Sizeof(*old))
iface.go#L342: asanread(v, t.Size_)
iface.go#L357: asanread(v, t.Size_)
map.go#L146: asanread(key, t.Key.Size_)
mbarrier.go#L224: asanread(src, typ.Size_)
mbarrier.go#L301: asanread(srcPtr, uintptr(n)*typ.Size_)
select.go#L437: asanread(cas.elem, c.elemtype.Size_)
select.go#L484: asanread(cas.elem, c.elemtype.Size_)
select.go#L525: asanread(cas.elem, c.elemtype.Size_)
slice.go#L85: asanread(from, copymem)
slice.go#L188: asanread(oldPtr, uintptr(oldLen*int(et.Size_)))
slice.go#L418: asanread(fromPtr, size)
string.go#L156: asanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L219: asanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L271: asanread(unsafe.Pointer(&a[0]), uintptr(len(a))*unsafe.Sizeof(a[0]))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |